<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Helvetica; 
    src: url(//greatnews.swmob.com/HelveticaNeueLTPro-BdCnO.otf)
}
html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    color: #393939;
    _overflow: hidden;
    overflow-x: hidden;
    background: #fff;
    width: 100%;
    *cursor: default;
  
}

body,
ol,
table,
tr,
td,
ul,
li,
dt,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: Helvetica; 
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    outline: none;
}

/*-------this-a-list---------*/
a,
time {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: transparent;
}

a {
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

a:active,
a:hover {
    text-decoration: none
}

a,
area,
a:active {
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

:focus {
    -moz-outline-style: none;
}
input{
    -webkit-appearance:none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/*------- input--outline--middle---------*/
/*input, button, select, textarea{ outline:none}*/
input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]&gt;input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*----- tabless///-----*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    display: none;
}

/*----- clearfix///-----*/
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*----- dis///-----*/
.clear {
    clear: both;
}

.disno {
    display: none;
}

.disbk {
    display: block;
}

.distb {
    display: table;
}

/*----- 文字两侧对齐///-----*/
.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .justify:after {
        position: absolute;
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0;
    }
}

/*----- 超出省略号///-----*/
.toe {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper img {
    display: block;
    width: 100%;
}

.wl_blank {
    width: 100%;
    height: 0.1rem;
    background-color: #efeff9;
}

/******************************************************************common/////**********************************************************************/
/* 阴影 */
.mark {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    left: 0;
    top: 0;
}
img{
    transition: all 0.5s ease 0s;
    transform: scale(1);
    object-fit: cover;
}
img:hover{
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
}
.header{
    width: 100%;
    height: auto;
}
.header .headerTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    max-width:1440px;
    margin: 0 auto;
}
.header .headerTop .logo{
    width: 354px;
    height: 90px;
    background: url(//english.hebccw.cn/images/logoBg.png) center center/100% 100%;
}
.header .headerTop .logo img{
    width: 156px;
    margin: 42px 0 0 0;
}
.header .headerTop .searchCon{
    width: 710px;
    display: flex;
    align-items: center;
}
.header .headerTop .searchCon {
    display: block;
    height: 54px;
    line-height: 54px;
    background: #FFFFFF;
    border-radius: 2px 0px 0px 2px;
    border-right: none;
    text-indent: 18px;
    box-sizing: border-box;
    outline: none;
}
.header .headerTop .searchCon #search{
    width: 140px;
    height: 54px;
    line-height: 54px;
    background: #CA302F;
    border-radius: 0px 2px 2px 0px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
   
}

.header .nav{
    width: 100%;
    height: 100px;
    background: #CA302F;
}
.header .navCon{
   width: 90%;
   max-width: 1440px;
   height: 100px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #CA302F;
   margin: 0 auto;
}
.header .navCon .navinfo{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 150px);
}
.header .navCon .navinfo a{
    display: block;
    flex: 1;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.header .navCon .navinfo a.on,.header .navCon .navinfo a:hover{
    font-weight: bold;
}
.header .navCon .navinfo a.on::after,.header .navCon .navinfo a:hover::after{
    position: absolute;
    content: "";
    width: 38px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.header .navCon .navLogo{
     width: 102px;
     margin: 0;
     padding-left: 30px;
     border-left: 1px solid #ffffff;
}
.menuNav .mobile{
    display: none;
}
.menuNav{
    display: none;
}

/* 底部 */
.footer{
    width: 100%;
    /* height: 500px; */
    background: #303030;
    overflow: hidden;
}
.footer .footerCon{
    width: 90%;
    max-width: 1440px;
    margin: 50px auto 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerLogo{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.footerLogo img{
    width: 201px;
}
.footer .footerCon dl{
    width: 35%;
}
.footer .footerCon dt{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.footer .footerCon dd{
    display: flex;
    width: 100%;
    flex-wrap: wrap;

}
.footer .footerCon dd a{
    font-size: 16px;
    color: #FFFFFF;
    width: 33%;
    margin-top: 30px;
}
.footer .footerCon .footerOther{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 30px auto;
    width: 25%;
}
.footer .footerCon .footerOther a.facebook,.footer .footerCon .footerOther a.twi{
    width: 57px;
    margin-right: 28px;
    display: block;
}
.footer .footerCon .footerOther a.youtub{
    width: 80px;
    display: block;
}
.footer .copyright{
    width: 100%;
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


.mobileNav {
	position:fixed;
	line-height:35px;
	text-align:center;
	transform:translateX(-100%);
	transition:0.5s ease-in-out;
    z-index: 100;
}
.mobileNav&gt;li&gt;a {
    font-size: 16px;
	vertical-align:top;
	transform:translateY(0);
    color: #ffffff;
	display:block;
	height:50px;
	line-height:50px;
}
.mobileNav&gt;li {
	margin-right:0;
	transform:translateX(-200px);
	opacity:0;
}
.mobileNav&gt;li:nth-child(1) {
	transition:0.4s ease-in-out 0.4s;
}
.mobileNav&gt;li:nth-child(2) {
	transition:0.4s ease-in-out 0.5s;
}
.mobileNav&gt;li:nth-child(3) {
	transition:0.4s ease-in-out 0.6s;
}
.mobileNav&gt;li:nth-child(4) {
	transition:0.4s ease-in-out 0.7s;
}
.mobileNav&gt;li:nth-child(5) {
	transition:0.4s ease-in-out 0.8s;
}
.mobileNav&gt;li:nth-child(6) {
	transition:0.4s ease-in-out 0.9s;
}
.mobileNav&gt;li:nth-child(7) {
	transition:0.4s ease-in-out 1s;
}
.mobileNav&gt;li:nth-child(8) {
	transition:0.4s ease-in-out 1.1s;
}
.mobileNav&gt;li:nth-child(9) {
	transition:0.4s ease-in-out 1.2s;
}
.mobileNav.active&gt;li {
	transform:translateX(0);
	opacity:1;
}
.mobileNav.active {
	transform:translateX(0);
	width:100%;
	background:rgba(0,0,0,.5);
	height:auto;
}

@media only screen and (max-width:1200px) {
    .header .headerTop .logo{
        width: 30%;
        max-width: 354px;
        height: auto;
    }
    .header .headerTop .searchCon{
        width: 65%;
    }
    .header .headerTop .searchCon {
        width: 70%;
    }
    .header .headerTop .searchCon #search{
        width: 30%;
    }
}


@media only screen and (max-width:1000px) {
    .header{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .wrapper{
        padding-top: 120px;
    }
    .header .headerTop,.nav{
        display: none;
    }
    .menuNav{
        width: 90%;
        padding: 0 5%;
        height: 120px;
        background-color: #CA302F;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .menuNav .mobile{
        display: block;
        float: right;
        border-radius: 2px;
        cursor: pointer;
        text-align: center;
        line-height: 3px;
        box-sizing: border-box;
        transition: 0.4s ease-in-out;
    }
    .mobile i {
        display: block;
        margin: 0 auto;
        width: 28px;
        height: 3px;
        background: #fff;
        margin-top: 5px;
        border-radius: 5px;
    }
    
    .mobile i:nth-child(1) {
        transition: 0.4s ease-in-out 0.3s;
    }
    
    .mobile i:nth-child(2) {
        transition: 0.4s ease-in-out;
    }
    
    .mobile i:nth-child(3) {
        transition: 0.4s ease-in-out 0.3s;
    }
    
    .mobile.active i:nth-child(1) {
        transform: rotate(45deg) translateY(6px) translateX(5px);
    }
    
    .mobile.active i:nth-child(2) {
        transform: translateX(40px);
        opacity: 0;
    }
    
    .mobile.active i:nth-child(3) {
        transform: rotate(-45deg) translateY(-6px) translateX(5px);
    }

    .menuNav .logo{
        width: 30%;
    }
    .menuNav .searchMobile{
        width: 0.5rem;
    }
    .mobileNav{
        width: 100%;
    }
    .mobileNav {
        line-height: 35px;
        text-align: center;
        transform: translateX(-100%);
        transition: 0.5s ease-in-out;
        z-index: 20;    
        width: 100%;
        max-width: 1200px;
        margin: 0;
        left: 0;
        padding-bottom: 10px;

    }
    .mobileNav&gt;li{
        flex: auto;
        width: 100%;
        border-bottom: 1px solid rgba(250,250,250,.5);
    }
    .mobileNav&gt;li:last-child{
        border: none;
    }
    .mobileNav&gt;li:hover ol{
        display: none;
    }
    .klm_top .sousuo {
        display: none;
    }

    .footer .footerCon{
        margin: 0.5rem auto 0.7rem;
    }
    .footerLogo{
        margin-bottom: 0.5rem;
    }
    .footer .footerCon dl{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .footer .footerCon dd a{
        width: auto;
        margin-right: 0.2rem;
    }
    .footer .footerCon .footerOther{
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer .footerCon .footerOther a.facebook, .footer .footerCon .footerOther a.twi{
        width: 0.7rem;
    }
    .footer .footerCon .footerOther a.youtub{
        width: 1rem;
    }
}
@media only screen and (max-width:750px) {
    .menuNav{
        height: 1rem;
    }
    .wrapper{
        padding-top: 1rem;
    }
    .footer .footerCon dt{
        font-size: 0.36rem;
    }
    .footer .footerCon dd a{
        font-size: 0.34rem;
        margin-top: 0.3rem;
    }
    .footer .copyright{
        line-height: 1;
        height: auto;
        padding: 0.2rem 0;
    }
    .footer .copyright{
        font-size: 0.28rem;
    }
}&lt;!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-08-28 09:19:22" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]--&gt;</pre></body></html>